STEP 11: Let's use a random x-coordinate to set the position of the falling meteor!
- Change the name of the random integer variable to x.
- Change the range of the random integer to (-240, 240).
- Change the meteor sprite's x-coordinate argument to x.
To navigate the page using the TAB key, first press ESC to exit the code editor.